Welcome![Sign In][Sign Up]
Location:
Search - cpu vhdl

Search list

[Windows DevelopCONTROL_UNIT

Description: control unit for multicycle cpu
Platform: | Size: 1024 | Author: a | Hits:

[VHDL-FPGA-Verilogcpu(FinalWithYS)

Description: verilog实现的八位CPU,包括乘法、除法以及多种寻址方式。代码中包括测试模块,可以直接在试验箱上运行。-verilog to achieve the eight CPU, including multiplication, division, as well as addressing a variety of ways. Code, including test modules, can be run directly in the chamber.
Platform: | Size: 8192 | Author: 鲁迪 | Hits:

[Othercpu

Description:
Platform: | Size: 1656832 | Author: recome | Hits:

[VHDL-FPGA-VerilogSimple8bitCPU

Description: VHDL Source Code for Simple 8-bit CPU
Platform: | Size: 29696 | Author: MI | Hits:

[VHDL-FPGA-VerilogCPU

Description:
Platform: | Size: 1490944 | Author: 王霄洲 | Hits:

[VHDL-FPGA-Verilogcpu_lynn

Description: Verilog 实现的 简单 单线程 CPU, 基于计算机组成书目, 思路清晰, 有测试平台。-Verilog realization of a simple single-threaded CPU, the composition of computer-based bibliography, clear lines of thought, a test platform.
Platform: | Size: 11264 | Author: wei | Hits:

[VHDL-FPGA-Verilogcpu16

Description: Verilog下描述16位CPU,虽然有点简单,但具有一定的可读性,内附夏宇闻老师的8位CPU文档-Verilog description of 16-bit CPU, though a bit simple, but with a certain degree of readability, XIA Yu-Wen teachers containing 8-bit CPU Documentation
Platform: | Size: 231424 | Author: 张文龙 | Hits:

[VHDL-FPGA-VerilogDDCA_HDL_Examples

Description: mpis-CPU的VHDL语言设计,也包含了很多课件和例子。-MPIS-CPU
Platform: | Size: 47104 | Author: xiao ma | Hits:

[VHDL-FPGA-Verilogmicro

Description: 16 cpu design VHDL source code, including alu, clock, memory and other parts of the design
Platform: | Size: 30720 | Author: mojo | Hits:

[SCMCPU

Description: Simple 8 bit ALU which subs, adds, ands, ors, nots, ...
Platform: | Size: 3072 | Author: Emrah | Hits:

[VHDL-FPGA-Verilogcpusimple

Description: a simple vhdl of cpu
Platform: | Size: 6144 | Author: hafizm | Hits:

[VHDL-FPGA-Verilogcpu

Description: nios处理器代码,基于VHDL语言,很难道-nios processor code,vhdl code
Platform: | Size: 41984 | Author: 丁丁 | Hits:

[VHDL-FPGA-Verilogcpu25

Description: 8 bit cpu code using vhdl it performs various operations
Platform: | Size: 285696 | Author: anshu | Hits:

[VHDL-FPGA-Verilog8bit_RISC_CPU_RTL_Code

Description: 8位RISC CPU 内核源码(VERILOG版)-8 bit RSIC CPU RTL code(Verilog)
Platform: | Size: 79872 | Author: 曾亮 | Hits:

[VHDL-FPGA-Verilogbc6502

Description: VHDL实现的一个完整版的6502CPU硬件描述代码,包含了6502CPu的所有功能,附带VGA驱动以及输入输出控制-VHDL implementation of a full version of 6502CPU hardware description code, and includes all the features of 6502CPu, incidental VGA driver, as well as input and output control
Platform: | Size: 36864 | Author: Beijing | Hits:

[VHDL-FPGA-Verilogcpu_16bit

Description: design cpu 16 bits by verilog HDL.
Platform: | Size: 1024 | Author: tommy | Hits:

[VHDL-FPGA-Verilog8bitRISCCPU

Description: 8bit RISC cpu 设计资料 包含夏宇闻老师的教程第8章-8bit RISC cpu design
Platform: | Size: 816128 | Author: dyfdown | Hits:

[Windows Developmipscpu-source

Description: mips cpu的实现.MIPS是世界上很流行的一种RISC处理器。MIPS公司的R系列就是在此基础上开发的RISC工业产品的微处理器。这些系列产品为很多计算机公司采用构成各种工作站和计算 机系统。 -mips cpu implementation. MIPS is the world' s very popular as a RISC processor. MIPS company' s R series is based on the development of industrial products RISC microprocessor. These series of products for many computer companies used to create various workstations and computer systems.
Platform: | Size: 7025664 | Author: 汤龑鸣 | Hits:

[VHDL-FPGA-Verilogplan

Description: using the VHDL, 8bit cpu plan
Platform: | Size: 168960 | Author: Kim | Hits:

[VHDL-FPGA-VerilogPIPE_LINING_CPU_TEAM_24

Description: 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。 能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式): add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs slt rd,rs,rt sltu rd,rs,rt slti rt,rs,imm sltiu rt,rs,imm sllv rd,rt,rs sra rd,rt,shamt blez rs,imm j target lwl rt,offset(base) lwl rt,offset(base) lw rt,imm(rs) sw rt,imm(rs) 在本设计中,采取非常良好的模块化编程风格,共分十三个主要模块PIPE_LINING_CPU_TEAM_24.v为顶层实体文件,对应为PIPE_LINING_CPU_TEAM_24模块作为顶层实体模块,如下: ifetch.v、regdec.v、exec.v、mem.v、wr.v分别实现五个流水段; cpuctr.v用于产生CPU控制信号; ALU.v用于对操作数进行相应指令的运算并输出结果; DM.v数据存储器 IM.v指令存储器 datareg.v数据寄存器堆 extender.v位扩展 yiwei_32bits.v 实现32位四种移位方式的移位器 在顶层实体中,调用ifetch.v、regdec.v、exec.v、mem.v、wr.v这五个模块就实现了流水线CPU。顶层模块的结构清晰明了。对于学习verilog编程非常有用- Quatus II compiled by the environment, using Verilog HDL language to achieve a five-stage pipeline CPU. To complete the following 22 commands (not considering the virtual address and Cache, and the default mode for the small end): add rd, rs, rt addu rd, rs, rt addi rt, rs, imm addiu rt, rs, imm sub rd, rs, rt subu rd, rs, rt nor rd, rs, rt xori rt, rs, imm clo rd, rs clz rd, rs slt rd, rs, rt sltu rd, rs, rt slti rt, rs, imm sltiu rt, rs, imm sllv rd, rt, rs sra rd, rt, shamt blez rs, imm j target lwl rt, offset (base) lwl rt, offset (base) lw rt, imm (rs) sw rt, imm (rs) In this design, take a very good modular programming style, is divided into 13 main modules PIPE_LINING_CPU_TEAM_24.v for the top-level entity file, the corresponding module as a top-level entity for the PIPE_LINING_CPU_TEAM_24 modules, as follows: ifetch.v, regdec.v, exec.v, mem.v, wr.v water were to achieve the five paragraph cpuctr.v used to generate CPU control signal ALU.v accordingly
Platform: | Size: 4946944 | Author: | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »

CodeBus www.codebus.net